home *** CD-ROM | disk | FTP | other *** search
/ Into His Marvelous Light / Into His Marvelous LIGHT.iso / lesson2.dxr / 00009_Script_finis < prev    next >
Text File  |  1998-01-03  |  241b  |  16 lines

  1.  
  2. on mouseEnter me
  3.   set the member of sprite the currentSpriteNum to member "finis enter"
  4.  
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to member "finis leave"
  9.  
  10. end
  11.  
  12. on mouseUp me
  13.   go to "Main"
  14.  
  15. end
  16.